home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / doc / examples / scale.tcl < prev    next >
Text File  |  1995-06-29  |  237b  |  15 lines

  1. #! moat
  2.  
  3. xtAppInitialize
  4. xmBulletinBoard .top managed
  5.  
  6. xmScale .top.scale managed \
  7.     -orientation horizontal -width 250 \
  8.     -showValue true -decimalPoints 1 \
  9.     -scaleMultiple 20
  10.  
  11. .top.scale setValues -value 31
  12.  
  13. . realizeWidget
  14. . mainLoop
  15.